mime/multipart.Writer.lastpart (field)

9 uses

	mime/multipart (current package)
		writer.go#L23: 	lastpart *part
		writer.go#L47: 	if w.lastpart != nil {
		writer.go#L99: 	if w.lastpart != nil {
		writer.go#L100: 		if err := w.lastpart.close(); err != nil {
		writer.go#L105: 	if w.lastpart != nil {
		writer.go#L124: 	w.lastpart = p
		writer.go#L167: 	if w.lastpart != nil {
		writer.go#L168: 		if err := w.lastpart.close(); err != nil {
		writer.go#L171: 		w.lastpart = nil